projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9cb77b
)
(Finsert_file_contents): Just a cosmetic change; fix indentation.
author
Kenichi Handa
<handa@m17n.org>
Thu, 26 Jul 2007 11:44:28 +0000
(11:44 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 26 Jul 2007 11:44:28 +0000
(11:44 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 2cdc5323d8e70c269e9939e92d5f5d952c395295..1e3b2ee970cde01636b0284469864ed15201bae2 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-4548,7
+4548,7
@@
actually used. */)
unwind_data = Fcons (current_buffer->enable_multibyte_characters,
Fcons (current_buffer->undo_list,
Fcurrent_buffer ()));
-
current_buffer->enable_multibyte_characters = Qnil;
+ current_buffer->enable_multibyte_characters = Qnil;
current_buffer->undo_list = Qt;
record_unwind_protect (decide_coding_unwind, unwind_data);